home *** CD-ROM | disk | FTP | other *** search
/ New Masters of Flash / New Masters of Flash.iso / pc / MOVIES / 14.dir / 00058_Text_text02.txt < prev    next >
Text File  |  2000-10-01  |  353b  |  12 lines

  1. We need to proceed in three steps.
  2. First create a new movie clip. In frame 1, put this initializing code: 
  3.  
  4. damp = 0.05;
  5. x_def = GetProperty(ΓÇ£fooΓÇ¥, _x);
  6. stiff = 0.2;
  7. brown = 0.2;
  8. gotoAndStop(ΓÇ£Move_xΓÇ¥);
  9.  
  10. This code sets the values of physical parameters damp, x_def, stiff and brown and goes directly to the temporal loop (see below).
  11.  
  12.